home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000158_news@newsmaster….columbia.edu _Fri May 29 15:35:59 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA07124
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 29 May 1998 15:35:59 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA12752
  7.     for kermit.misc@watsun; Fri, 29 May 1998 15:35:58 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Sending a BREAK in Kermit-95
  12. Date: 29 May 1998 19:35:57 GMT
  13. Organization: Columbia University
  14. Lines: 11
  15. Message-ID: <6kn2mt$9nq$1@apakabar.cc.columbia.edu>
  16. References: <6kmva1$ned$1@nnrp1.dejanews.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8823
  19.  
  20. In article <6kmva1$ned$1@nnrp1.dejanews.com>,
  21.  <rhardin@planethollywood.com> wrote: I know a Ctrl+\ B sends a break in
  22. : C-Kermit, but it does not seem to work in Kermit 95, and I can't find
  23. : another way of doing it directly from terminal mode.  When dialing into a
  24. : SCO Unix box, I need to be able to send a BREAK to make getty on the
  25. : answering end sync to the correct baud rate. Any clues?
  26. The default escape character in K95 is Ctrl-], not Ctrl-\.  So Ctrl-] B
  27. sends a Break and so does Alt-b.
  28.  
  29. - Frank